home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / usb-modeswitch.postinst < prev    next >
Encoding:
Text File  |  2012-02-24  |  2.4 KB  |  56 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ "$1" = configure ];
  6. then
  7.     # Move "runtime" files to their new and correct location
  8.     if test -e /etc/usb_modeswitch.d/link_list; then
  9.         mv -f /etc/usb_modeswitch.d/link_list /var/lib/usb_modeswitch/
  10.     fi
  11.     if test -e /etc/usb_modeswitch.d/bind_list; then
  12.         mv -f /etc/usb_modeswitch.d/bind_list /var/lib/usb_modeswitch/
  13.     fi
  14. fi
  15.  
  16. # Automatically added by dh_installdeb
  17. dpkg-maintscript-helper rm_conffile "/etc/udev/rules.d/usb_modeswitch.rules" 1.0.7-1 -- "$@"
  18. # End automatically added section
  19. # Automatically added by dh_installdeb
  20. dpkg-maintscript-helper rm_conffile "/etc/udev/rules.d/80-usb_modeswitch.rules" 1.0.7-1 -- "$@"
  21. # End automatically added section
  22. # Automatically added by dh_installdeb
  23. dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/05c6:1000:?" 1.0.7-1 -- "$@"
  24. # End automatically added section
  25. # Automatically added by dh_installdeb
  26. dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?:?" 1.0.7-1 -- "$@"
  27. # End automatically added section
  28. # Automatically added by dh_installdeb
  29. dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?" 1.0.7-1 -- "$@"
  30. # End automatically added section
  31. # Automatically added by dh_installdeb
  32. dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?" 1.0.7-1 -- "$@"
  33. # End automatically added section
  34. # Automatically added by dh_installdeb
  35. dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?:?" 1.0.7-1 -- "$@"
  36. # End automatically added section
  37. # Automatically added by dh_installdeb
  38. dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?" 1.0.7-1 -- "$@"
  39. # End automatically added section
  40. # Automatically added by dh_installdeb
  41. dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?" 1.0.7-1 -- "$@"
  42. # End automatically added section
  43. # Automatically added by dh_installdeb
  44. dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?:?" 1.0.7-1 -- "$@"
  45. # End automatically added section
  46. # Automatically added by dh_installdeb
  47. dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?" 1.0.7-1 -- "$@"
  48. # End automatically added section
  49. # Automatically added by dh_installdeb
  50. dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.d/19d2:2000:?:?:?" 1.0.7-1 -- "$@"
  51. # End automatically added section
  52. # Automatically added by dh_installdeb
  53. dpkg-maintscript-helper rm_conffile "/etc/usb_modeswitch.setup" 1.1.3-1 -- "$@"
  54. # End automatically added section
  55.  
  56.